projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd2273
)
*** empty log message ***
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 31 Jul 2001 14:41:14 +0000
(14:41 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 31 Jul 2001 14:41:14 +0000
(14:41 +0000)
lisp/ChangeLog
patch
|
blob
|
history
src/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 6b3a7796363e62535e9d5e1275e8be5a1159b6dc..efd87e97a1dcda44ba1f09fc6d55353d17b49ff7 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,8
@@
2001-07-31 Gerd Moellmann <gerd@gnu.org>
+ * desktop.el (desktop-save): Bind coding-system-for-write to
+ `emacs-mule' for write-region.
+
* delsel.el (delete-selection-pre-hook): Don't set this-command
to `ignore' if the region is empty.
diff --git
a/src/ChangeLog
b/src/ChangeLog
index a9b3df8b25994c763bcb34ffab89c2878befe9a7..459bbe31de9bb2bd7f397f57aeb516dbc3617a3d 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2001-07-31 Gerd Moellmann <gerd@gnu.org>
+
+ * fileio.c (Finsert_file_contents): Don't treat a return value
+ of 0 from emacs_read as an IO error.
+
2001-07-30 Gerd Moellmann <gerd@gnu.org>
* keyboard.c (abs): New macro.